home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / ctenari / Holub / Web creator.exe / 0 / RCDATA / TFORM3 / TFORM3.txt < prev   
Text File  |  2001-08-14  |  2KB  |  109 lines

  1. object Form3: TForm3
  2.   Left = 366
  3.   Top = 217
  4.   Width = 242
  5.   Height = 208
  6.   AutoSize = True
  7.   Caption = 'About'
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 234
  24.     Height = 28
  25.     Caption = 'Web creator v.: 1.4 cz'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWhite
  28.     Font.Height = -20
  29.     Font.Name = 'Comic Sans MS'
  30.     Font.Style = [fsBold, fsItalic]
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 24
  35.     Top = 32
  36.     Width = 188
  37.     Height = 24
  38.     Caption = 'Made by Ond∩┐╜ej Holub'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clSilver
  41.     Font.Height = -17
  42.     Font.Name = 'Comic Sans MS'
  43.     Font.Style = [fsBold, fsItalic]
  44.     ParentFont = False
  45.   end
  46.   object Label3: TLabel
  47.     Left = 0
  48.     Top = 168
  49.     Width = 228
  50.     Height = 13
  51.     Caption = 'Download from http://www.volny.cz/delphipage'
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clMenu
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ParentFont = False
  58.   end
  59.   object Label4: TLabel
  60.     Left = 32
  61.     Top = 64
  62.     Width = 173
  63.     Height = 16
  64.     Caption = 'V∩┐╜ n∩┐╜zor a va∩┐╜e p∩┐╜ipom∩┐╜nky'
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clWindow
  67.     Font.Height = -13
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ParentFont = False
  71.   end
  72.   object Memo1: TMemo
  73.     Left = 0
  74.     Top = 80
  75.     Width = 233
  76.     Height = 65
  77.     TabOrder = 0
  78.     OnChange = Memo1Change
  79.   end
  80.   object Button1: TButton
  81.     Left = 0
  82.     Top = 152
  83.     Width = 233
  84.     Height = 17
  85.     Caption = 'POSLAT'
  86.     Enabled = False
  87.     TabOrder = 1
  88.     OnClick = Button1Click
  89.   end
  90.   object NMSMTP1: TNMSMTP
  91.     Host = 'smtp.seznam.cz'
  92.     Port = 25
  93.     TimeOut = 5000
  94.     ReportLevel = 0
  95.     UserID = 'nazor'
  96.     PostMessage.FromAddress = 'nazor@seznam.cz'
  97.     PostMessage.FromName = 'nazor'
  98.     PostMessage.ToAddress.Strings = (
  99.       'ondra_holub@seznam.cz')
  100.     PostMessage.Subject = 'nazor'
  101.     EncodeType = uuMime
  102.     ClearParams = True
  103.     SubType = mtPlain
  104.     Charset = 'us-ascii'
  105.     Left = 208
  106.     Top = 80
  107.   end
  108. end
  109.